home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_5 / PlaceObject2_284_10 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2008-09-24  |  141 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(mode == "foward")
  3.    {
  4.       nextFrame();
  5.    }
  6.    if(mode == "back")
  7.    {
  8.       prevFrame();
  9.    }
  10. }
  11.